projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d267ec
)
armv8: ls2080ardb: Add phy number for serdes1 protocol 0x4b
author
Santan Kumar
<
[email protected]
>
Thu, 13 Apr 2017 10:01:09 +0000
(15:31 +0530)
committer
York Sun
<
[email protected]
>
Mon, 24 Apr 2017 16:02:46 +0000
(09:02 -0700)
Signed-off-by: Santan Kumar <
[email protected]
>
Signed-off-by: Priyanka Jain <
[email protected]
>
Reviewed-by: York Sun <
[email protected]
>
board/freescale/ls2080ardb/eth_ls2080rdb.c
patch
|
blob
|
history
diff --git
a/board/freescale/ls2080ardb/eth_ls2080rdb.c
b/board/freescale/ls2080ardb/eth_ls2080rdb.c
index 799799c251c2f21ed9eb8fe57ee00b4bc7df7bb4..ba584c8a76874684ad9a9db1ce73af4f2f382631 100644
(file)
--- a/
board/freescale/ls2080ardb/eth_ls2080rdb.c
+++ b/
board/freescale/ls2080ardb/eth_ls2080rdb.c
@@
-61,6
+61,13
@@
int board_eth_init(bd_t *bis)
wriop_set_phy_address(WRIOP1_DPMAC7, AQ_PHY_ADDR3);
wriop_set_phy_address(WRIOP1_DPMAC8, AQ_PHY_ADDR4);
+ break;
+ case 0x4B:
+ wriop_set_phy_address(WRIOP1_DPMAC1, CORTINA_PHY_ADDR1);
+ wriop_set_phy_address(WRIOP1_DPMAC2, CORTINA_PHY_ADDR2);
+ wriop_set_phy_address(WRIOP1_DPMAC3, CORTINA_PHY_ADDR3);
+ wriop_set_phy_address(WRIOP1_DPMAC4, CORTINA_PHY_ADDR4);
+
break;
default:
printf("SerDes1 protocol 0x%x is not supported on LS2080aRDB\n",